1https://intelliwriter.io/api/quiz?subject=machine learning&Questions=5&topic=Gradient decent
Quiz Generator
This API is designed to automatically generate text-based quizzes based on three input parameters: Subject, Question, and Topic. It's a valuable tool for educators, content creators, and websites looking to create engaging text-based quizzes for their audience.
1{
2 "Subject": "Science"
3 "Question": "The Solar System"
4 "Topic": "Planets and Their Characteristics"
5}
This API simplifies the process of creating compelling job ads, helping you reach and engage with a broader pool of candidates for your job openings.
1const fetch = require('node-fetch'); // For Node.js
2 const api_key = 'your_api_key';
3 const url = 'https://intelliwriter.io/api/quiz';
4 const data = {
5 "Subject": "Your subject here "
6 "Question": "Your questions here"
7 "Topic": "Your quiz topic here"
8};
9 fetch(url, {
10 method: 'POST',
11 headers: {
12 'Authorization': `Bearer ${api_key}`,
13 'Content-Type': 'application/json',
14 },
15 body: JSON.stringify(data),
16 })
17 .then(response => response.json())
18 .then(result => console.log(result));
Intelliwriter is an AI-powered tool crafted to streamline and elevate your writing experience. Whether you're a content creator, marketer, student, or business owner, Intelliwriter is designed to transform and enhance your content creation process.
Intelliwriter.io © All rights reserved.